Skip to main content

All Questions

7votes
2answers
5kviews

How to define and share a JSON schema between the front-end and back-end of an application?

We have a mobile app that accepts input into some fields, formalises them as a JSON document and then sends it to the back-end for processing. We want to agree on a schema for this document that can ...
Nobilis's user avatar

close